home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 192
- Top = 116
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'MainForm'
- ClientHeight = 480
- ClientWidth = 640
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDefault
- Scaled = False
- Visible = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 120
- TextHeight = 16
- object Image: TImage
- Left = 0
- Top = 0
- Width = 640
- Height = 480
- Align = alClient
- OnMouseDown = ImageMouseDown
- end
- object AppEvents: TApplicationEvents
- OnDeactivate = AppEventsDeactivate
- OnMessage = AppEventsMessage
- Left = 152
- Top = 32
- end
- object Timer: TTimer
- Interval = 250
- OnTimer = TimerTimer
- Left = 152
- Top = 96
- end
- end
-